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
It seem to be, that the env package does not work anymore.
If you start the with "npm start", I get a error in the console, that env is not found or missspelled.
You may be able to replace it with the package cross-env. With this package it works properly again.
It seem to be, that the env package does not work anymore.
If you start the with "npm start", I get a error in the console, that env is not found or missspelled.
You may be able to replace it with the package cross-env. With this package it works properly again.
My package.json looks now so:
{
"name": "ltijs-demo",
"version": "1.0.0",
"description": "Ltijs demo server",
"main": "index.js",
"scripts": {
"test": "echo "Error: no test specified" && exit 1",
"start": "cross-env DEBUG=provider:* node index.js"
},
"keywords": [
"lti",
"ims",
"ltijs",
"1.3",
"imslti"
],
"author": "cvmcosta",
"license": "MIT",
"dependencies": {
"dotenv": "^8.2.0",
"express": "^4.17.1",
"cross-env": "^7.0.3",
"ltijs": "^5.6.5"
}
}
The text was updated successfully, but these errors were encountered: