react-book icon indicating copy to clipboard operation
react-book copied to clipboard

Error: Cannot find module '../lib/utils/unsupported.js'

Open jordancclive opened this issue 6 years ago • 2 comments

I am unable to successfully run npm install. I get this error.

jordancclive avatar Sep 27 '18 17:09 jordancclive

Can you provide steps for me to follow? I need a bit more information to debug.

On Thu, Sep 27, 2018, 19:46 Jordan Clive [email protected] wrote:

I am unable to successfully run npm install. I get this error.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/survivejs/react-book/issues/447, or mute the thread https://github.com/notifications/unsubscribe-auth/AAKMCZkXkD8rsMtAMzMo6yNfhOI4tqcSks5ufQ7VgaJpZM4W9Jm3 .

bebraw avatar Sep 27 '18 18:09 bebraw

I had the same error in the Visual Studio Code terminal. It was due to there being a version of Node that I installed before switching to NVM still being there. Visual Studio Code was using that version, which was rather outdated. The fix was to simply uninstall that standalone version of Node. Once I removed it, I restarted the vsc terminal and it picked up the current NVM version.

McWatt avatar Nov 18 '18 04:11 McWatt