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
TAR GZ for openstudio: When extracted, the folder needs to be OpenStudio not openstudio, or it can't find it: depend/OpenStudio/bin/openstudio: not found
This appears to be the only change needed. I created a fresh clone of the OpenStudio-PAT repo.
Full commands:
sudo apt install nodejs # Should pull up nodejs v8.10.0
nodejs --version
# v8.10.0
sudo apt install npm
# If the above failed, try `sudo apt-get install nodejs-dev node-gyp libssl1.0-dev` first
# The following packages have unmet dependencies:
# npm : Depends: node-gyp (>= 0.10.9) but it is not going to be installed
sudo npm install -g bower
sudo npm install -g gulp
cd OpenStudio-PAT
Temporary workaround:
mv depend/openstudio depend/OpenStudio
# Then proceed with the README.md
npm install
bower install
gulp install-deps
# Build and Run
npm run build
npm run start
OpenStudio
notopenstudio
, or it can't find it:depend/OpenStudio/bin/openstudio: not found
@tijcolem
The text was updated successfully, but these errors were encountered: