-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running npm run deploy #141
Comments
I'm getting the same error Windows 10 |
This might help you. You have to set TMPDIR env var as described here: #125 |
Hi, thanks for the response. I was able to run Claudia without setting TMPDIR, like so:
But it seems that I have a different problem, it seems that $npm_package_config_VARNAME vars are undefined, so currently "npm run deploy" breaks because claudia create has no arguments. My package.json file is identical to the latest repository version Replacing the $npm_package_config values in package.json with the actual values does work. But I still wonder why would the vars be ignored. Thanks for any insight on this |
I have this problem using migrating from node 14 to node 16 |
After running
sudo npm run deploy
(Amazon Linux), I get the following error output:What am I doing wrong?
The text was updated successfully, but these errors were encountered: