sasjs / viyatoken

SASjs web app for generating a Viya client, secret and access token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build issue after migration

allanbowe opened this issue · comments

We get the following message during the build:

Building for target viya
Error accessing file:  /private/tmp/viyatoken/node_modules/sasjs/index.js
An error has occurred when building web app services. Error: ENOENT: no such file or directory, open '/private/tmp/viyatoken/node_modules/sasjs/index.js'

Steps to reproduce:

git clone https://github.com/sasjs/viyatoken
cd viyatoken
npm install
sasjs cb

It seems that the CLI should be building the web streamer from node_modules/@sasjs/adapter instead of node_modules/sasjs

Closed by @rehan-akmal in #2