'ENV' is not recognized as an internal or external command
So, I have been following tutorials of Eat The Blocks on ToDo List Ethereum DApp. Done till step 6, but while running the command npm run dev-front
I am getting this error.
> Project@1.0.0 dev-front L:Project
> ENV=development node_modules/.bin/webpack --watch
'ENV' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Project@1.0.0 dev-front: `ENV=development node_modules/.bin/webpack --watch`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Project@1.0.0 dev-front script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
This is the link to the tutorial https://eattheblocks.com/todo-list-ethereum-dapp-step6/
I am developing on Windows 10.
So I looked in some of the forums, it said to set environment variable path is different in Windows 10.
"scripts": {
"dev-front": "ENV=development node_modules/.bin/webpack --watch",
"dev-back": "nodemon server.js",
"start": "node server.js",
"test": "echo "Error: no test specified" && exit 1"
},
This is the code. How do we set the environment path?
It would be nice if anyone helps me with this. Thank you in advance.
webpack ethereum solidity truffle
add a comment |
So, I have been following tutorials of Eat The Blocks on ToDo List Ethereum DApp. Done till step 6, but while running the command npm run dev-front
I am getting this error.
> Project@1.0.0 dev-front L:Project
> ENV=development node_modules/.bin/webpack --watch
'ENV' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Project@1.0.0 dev-front: `ENV=development node_modules/.bin/webpack --watch`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Project@1.0.0 dev-front script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
This is the link to the tutorial https://eattheblocks.com/todo-list-ethereum-dapp-step6/
I am developing on Windows 10.
So I looked in some of the forums, it said to set environment variable path is different in Windows 10.
"scripts": {
"dev-front": "ENV=development node_modules/.bin/webpack --watch",
"dev-back": "nodemon server.js",
"start": "node server.js",
"test": "echo "Error: no test specified" && exit 1"
},
This is the code. How do we set the environment path?
It would be nice if anyone helps me with this. Thank you in advance.
webpack ethereum solidity truffle
I think on Windows you wantset ENV=development & node_modules/.bin/webpack --watch
. (set
and&
)
– smarx
Jan 20 at 18:28
add a comment |
So, I have been following tutorials of Eat The Blocks on ToDo List Ethereum DApp. Done till step 6, but while running the command npm run dev-front
I am getting this error.
> Project@1.0.0 dev-front L:Project
> ENV=development node_modules/.bin/webpack --watch
'ENV' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Project@1.0.0 dev-front: `ENV=development node_modules/.bin/webpack --watch`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Project@1.0.0 dev-front script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
This is the link to the tutorial https://eattheblocks.com/todo-list-ethereum-dapp-step6/
I am developing on Windows 10.
So I looked in some of the forums, it said to set environment variable path is different in Windows 10.
"scripts": {
"dev-front": "ENV=development node_modules/.bin/webpack --watch",
"dev-back": "nodemon server.js",
"start": "node server.js",
"test": "echo "Error: no test specified" && exit 1"
},
This is the code. How do we set the environment path?
It would be nice if anyone helps me with this. Thank you in advance.
webpack ethereum solidity truffle
So, I have been following tutorials of Eat The Blocks on ToDo List Ethereum DApp. Done till step 6, but while running the command npm run dev-front
I am getting this error.
> Project@1.0.0 dev-front L:Project
> ENV=development node_modules/.bin/webpack --watch
'ENV' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! Project@1.0.0 dev-front: `ENV=development node_modules/.bin/webpack --watch`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the Project@1.0.0 dev-front script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
This is the link to the tutorial https://eattheblocks.com/todo-list-ethereum-dapp-step6/
I am developing on Windows 10.
So I looked in some of the forums, it said to set environment variable path is different in Windows 10.
"scripts": {
"dev-front": "ENV=development node_modules/.bin/webpack --watch",
"dev-back": "nodemon server.js",
"start": "node server.js",
"test": "echo "Error: no test specified" && exit 1"
},
This is the code. How do we set the environment path?
It would be nice if anyone helps me with this. Thank you in advance.
webpack ethereum solidity truffle
webpack ethereum solidity truffle
edited Jan 20 at 13:24
LinearMan
asked Jan 20 at 7:04
LinearManLinearMan
43
43
I think on Windows you wantset ENV=development & node_modules/.bin/webpack --watch
. (set
and&
)
– smarx
Jan 20 at 18:28
add a comment |
I think on Windows you wantset ENV=development & node_modules/.bin/webpack --watch
. (set
and&
)
– smarx
Jan 20 at 18:28
I think on Windows you want
set ENV=development & node_modules/.bin/webpack --watch
. (set
and &
)– smarx
Jan 20 at 18:28
I think on Windows you want
set ENV=development & node_modules/.bin/webpack --watch
. (set
and &
)– smarx
Jan 20 at 18:28
add a comment |
1 Answer
1
active
oldest
votes
check the answer in this post. you may have to install dotenv as mentioned in the answer in the below post.
error 'env' is not recognized as an internal or external command?
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54274311%2fenv-is-not-recognized-as-an-internal-or-external-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
check the answer in this post. you may have to install dotenv as mentioned in the answer in the below post.
error 'env' is not recognized as an internal or external command?
add a comment |
check the answer in this post. you may have to install dotenv as mentioned in the answer in the below post.
error 'env' is not recognized as an internal or external command?
add a comment |
check the answer in this post. you may have to install dotenv as mentioned in the answer in the below post.
error 'env' is not recognized as an internal or external command?
check the answer in this post. you may have to install dotenv as mentioned in the answer in the below post.
error 'env' is not recognized as an internal or external command?
answered Jan 20 at 12:55
Kannappan SirchabesanKannappan Sirchabesan
592413
592413
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f54274311%2fenv-is-not-recognized-as-an-internal-or-external-command%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I think on Windows you want
set ENV=development & node_modules/.bin/webpack --watch
. (set
and&
)– smarx
Jan 20 at 18:28