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
Running the instructions to install the linter package produces an error in Windows due to the lack of the file package.json. To fix that it is necessary to include an additional step to run either npm init or npm init -y and after that continue the npm install --save-dev <PACKAGE_NAMES>.
The text was updated successfully, but these errors were encountered:
Running the instructions to install the linter package produces an error in Windows due to the lack of the file
package.json
. To fix that it is necessary to include an additional step to run eithernpm init
ornpm init -y
and after that continue thenpm install --save-dev <PACKAGE_NAMES>
.The text was updated successfully, but these errors were encountered: