Working in Elbrus, after applying the TBA patch, t...
# suitecommerce
k
Working in Elbrus, after applying the TBA patch, trying to deploy, getting all the way through the process, but midway through seeing this: +--------------------------------------------------------------+ (node) v8:ObjectTemplate:Set() with non-primitive values is deprecated (node) and will stop working in the next major release. ==== JS stack trace ========================================= Security context: 0x1c482fecfb51 <JS Object>#0# ………..
c
To add… if you run npm install it fails after request@2.88.2
Copy code
npm WARN deprecated request@2.88.2: request has been deprecated, see <https://github.com/request/request/issues/3142>
npm ERR! Darwin 20.3.0
npm ERR! argv "/Users/xxxxx/.nvm/versions/node/v6.5.0/bin/node" "/Users/cdembek/.nvm/versions/node/v6.5.0/bin/npm" "install"
npm ERR! node v6.5.0
npm ERR! npm  v3.10.3
npm ERR! code EMISSINGARG

npm ERR! typeerror Error: Missing required argument #1
@Steve Goldberg any suggestions? Since applying the patch and deploying once, we can get gulp local or gulp deploy to run
s
if the bundle is deprecated, you can try doing
npm audit fix
and see if it will upgrade the bundle, but I can't guarantee that it will work as intended. You could also try bumping the version number in the package.json file and running
npm install
again
I would say raise a case
c
The offending package is _“preconditions”_: “file:./ns_npm_repository/preconditions”
As I have added each package to the package.json then run npm cache clean then npm install (repeat with the next package)
Actually I had to remove the following lines
_"credentials-inquirer"_: "file:./ns_npm_repository/credentials-inquirer",
_"preconditions"_: "file:./ns_npm_repository/preconditions",