Skip to content
Discussion options

You must be logged in to vote

You must use export on Ubuntu instaed of SET on Windows.
And also should care about some white spaces.

Here are the examples.

"mobile-windows": "SET NODE_SVIL=mobile&SET NODE_ENV=development&nodemon app.js",
"mobile-ubuntu": "export NODE_SVIL=mobile && export NODE_ENV=development && nodemon app.js",

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by encourage317125
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants