You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.
I installed node.js and npm for Windows and am using git bash for executing the npm commands. I'm running into lots of problems: first off is that it seems to kick off all scripts in a windows command prompt and so things like "A && B" fail because the windows command prompt doesn't understand the double-ampersand. Even if I type the commands separately, I'm getting errors like "ParseError: 'import' and 'export' may appear only with 'sourceType: module'" when I execute the "browersify" command from the package.json file.
I'm new to the whole node.js and npm world so feel free to point me at any documentation I should read.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I installed node.js and npm for Windows and am using git bash for executing the npm commands. I'm running into lots of problems: first off is that it seems to kick off all scripts in a windows command prompt and so things like "A && B" fail because the windows command prompt doesn't understand the double-ampersand. Even if I type the commands separately, I'm getting errors like "ParseError: 'import' and 'export' may appear only with 'sourceType: module'" when I execute the "browersify" command from the package.json file.
I'm new to the whole node.js and npm world so feel free to point me at any documentation I should read.
The text was updated successfully, but these errors were encountered: