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
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
Atom will notify that there is a failure in loading a nuclide package
Expected Behavior
After restarting atom from the successful update, nuclide should work fine.
Actual Behavior
It crashes due to a failure in loading a nuclide package. Screenshow is shown below: Cannot find module '../../fb-appsession-observer'
And here is the stack trace:
At Cannot find module '../../fb-appsession-observer'
Error: Cannot find module '../../fb-appsession-observer'
at Module._resolveFilename (module.js:543:15)
at Module._resolveFilename (/Applications/Atom.app/Contents/Resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.get_Module._resolveFilename (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:154364)
at Module.require (/app.asar/static/index.js:40:43)
at require (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:145671)
at _fbAppsessionObserver (/packages/nuclide/pkg/nuclide-logging/lib/main.js:60:16)
at setupLoggingService (/packages/nuclide/pkg/nuclide-logging/lib/main.js:132:71)
at initializeLogging (/packages/nuclide/pkg/nuclide-logging/lib/main.js:125:3)
at /packages/nuclide/modules/nuclide-commons/once.js:28:21
at /packages/nuclide/lib/main.js:250:41)
at /packages/nuclide/lib/main.js:585:3)
at Module.get_Module._compile (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:146381)
at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:149928)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (/app.asar/static/index.js:47:45)
at require (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:145671)
at /packages/nuclide/lib/main-entry.js:35:18)
at /packages/nuclide/lib/main-entry.js:37:3)
at Module.get_Module._compile (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:146381)
at Object.value [as .js] (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:149928)
at Module.load (module.js:561:32)
at tryModuleLoad (module.js:504:12)
at Function.Module._load (module.js:496:3)
at Module.require (/app.asar/static/index.js:47:45)
at require (internal/module.js:11:18)
at customRequire (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:1:620607)
at Package.requireMainModule (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:2964186)
at measure (/Applications/Atom.app/Contents/Resources/app/static/<embedded>:11:2950897)
Issue and Steps to Reproduce
Expected Behavior
After restarting atom from the successful update, nuclide should work fine.
Actual Behavior
It crashes due to a failure in loading a nuclide package. Screenshow is shown below:
Cannot find module '../../fb-appsession-observer'
And here is the stack trace:
Versions
Additional Details
The text was updated successfully, but these errors were encountered: