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
on running gulp createDocs... It gives error on visual studio 2017 in window server.
changing command "rm -rf out" with "rmdir /s/q "out"" worked for me but still getting error;
"Command node_modules/.bin/jsdoc -c conf.json failed with exit code 1"
on "node_modules/.bin/jsdoc -c conf.json"
The text was updated successfully, but these errors were encountered:
on running gulp createDocs... It gives error on visual studio 2017 in window server.
changing command "rm -rf out" with "rmdir /s/q "out"" worked for me but still getting error;
"Command
node_modules/.bin/jsdoc -c conf.json
failed with exit code 1"on "node_modules/.bin/jsdoc -c conf.json"
The text was updated successfully, but these errors were encountered: