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
In issue #61@sasha-alias provides guidance for getting started working on sqltabs. I think this might be outdated:
Prerequisite:
npm install -g install-local
Terminal 1:
cd working_directory
git clone https://github.com/sasha-alias/sqldoc.git
cd sqldoc
npm install
npm run build:watch
Terminal 2:
cd working_directory
git clone https://github.com/sasha-alias/sqltabs.git
cd sqltabs
npm install
npm run build:watch
Terminal 3:
cd working_directory/sqltabs
install-local ../sqldoc/ ; npm start
From Terminal 2, npm run build:watch in the sqltabs directory is no longer a valid script. Should this line now be npm run compile:watch? I'm attempting on Ubuntu.
The text was updated successfully, but these errors were encountered:
In issue #61 @sasha-alias provides guidance for getting started working on sqltabs. I think this might be outdated:
From Terminal 2,
npm run build:watch
in the sqltabs directory is no longer a valid script. Should this line now benpm run compile:watch
? I'm attempting on Ubuntu.The text was updated successfully, but these errors were encountered: